home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
-
- Hub's Drop Shell 1.0
- ©Copyright 1995, Hubert Figuière, All right reserved.
-
- HDSAEstuff.h
-
- January 29th 1995
-
- Author :
- Hubert Figuière HF
-
- Purpose : this a shell used for creating simple Drag'n Drop application
-
- 01/29/95
- -First implementation (HF)
-
- *****************************************************************************/
-
-
- #ifndef __HDSAESTUFF__
- #define __HDSAESTUFF__
-
- #include <AppleEvents.h>
-
-
- OSErr init_AE();
-
-
- pascal OSErr HandleOAPP(AppleEvent*,AppleEvent*,LongInt);
- pascal OSErr HandleODOC(AppleEvent*,AppleEvent*,LongInt);
- pascal OSErr HandlePDOC(AppleEvent*,AppleEvent*,LongInt);
- pascal OSErr HandleQUIT(AppleEvent*,AppleEvent*,LongInt);
-
- #endif
-